home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #4
/
Amiga Plus CD - 2000 - No. 4.iso
/
Tools
/
WWW
/
CManager
/
Rexx
/
SendMD.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
2000-05-27
|
303 b
|
25 lines
/*
*
* $VER: SendMD.rexx 1.0 (12.8.98)
*
*/
Options Results
Parse Arg '"'email'" "'microdotPath'"'
IF ~SHOW(P,'MD.1') THEN DO
Address Command 'Run <NIL: >NIL:' microdotPath
Address Command 'SYS:RexxC/WaitForPort' MD.1
END
Address MD.1
'NEWMSGWINDOW TO "' || email || '"'
Exit 0